Fix Bug: Reverse for 'user_oauth' not found. 'user_oauth' is not a valid view function or pattern name.

Brightcells 7 years ago
parent
commit
f358994c5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/oauth_views.py

+ 1 - 1
api/oauth_views.py

@@ -32,4 +32,4 @@ def oauth_redirect(request):
32 32
         'vtoken': r.token(token_check_key, ex=False, buf=False),
33 33
     }
34 34
 
35
-    return redirect(furl(reverse('page:user_oauth')).add(request.GET).add(query_params).url)
35
+    return redirect(furl(reverse('page:course_code')).add(request.GET).add(query_params).url)